home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
GRAPHICS
/
JURACAD2.ZIP
/
RES.ZIP
/
HELPEX.WDL
< prev
next >
Wrap
Text File
|
1993-02-23
|
2KB
|
66 lines
Window helpEx
class: HelpEx
title: "Help Example"
helpFile: "helpex"
Menu helpExMenu
Popup file text: "&File"
Item fileNew text: "&New"
id: HELPID_FILE_NEW
help: "Create a new document"
Item fileOpen text: "&Open..."
id: HELPID_FILE_OPEN
help: "Open an existing document"
Item fileSave text: "&Save"
id: HELPID_FILE_SAVE
help: "Save the current document"
Item fileSaveAs text: "Save &As..."
id: HELPID_FILE_SAVE_AS
help: "Save the current document with a new name"
Item filePrint text: "&Print"
id: HELPID_FILE_PRINT
help: "Print the current document"
Line
Item fileExit text: "E&xit"
id: HELPID_FILE_EXIT
help: "Close the Help Example window"
End
Popup edit text: "&Edit"
Item editUndo text: "&Undo\tAlt+Bksp"
id: HELPID_EDIT_UNDO
help: "Undo the last editing operation"
Line
Item editCut text: "Cu&t\tShift+Del"
id: HELPID_EDIT_CUT
help: "Cut the selection to the clipboard"
Item editCopy text: "&Copy\tCtrl+Ins"
id: HELPID_EDIT_COPY
help: "Copy the selection to the clipboard"
Item editPaste text: "&Paste\tShift+Ins"
id: HELPID_EDIT_PASTE
help: "Replace the selection with the clipboard contents"
Item editClear text: "C&lear\tDel"
id: HELPID_EDIT_CLEAR
help: "Delete the selection"
End
Popup help text: "&Help"
Item helpIndex text: "&Index"
help: "Show the main help index"
Item helpKeyboard text: "&Keyboard"
help: "Show help on keyboard use"
Item helpUsing text: "Using &Help"
help: "Show help on the help system"
Line
Item about text: "&About HelpEx..."
help: "Show an information window about the Help Example"
End
End
Child helpLine
class: HelpBar
border: border
top: (bottom -10)
Owned aboutBox
class: MsgBox
title: "About HelpEx"
data: "Actor 4.0 Help Example"
style: (ok)